-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: lint project #3395
chore: lint project #3395
Conversation
Nice, all green ✅ @freeboub @YangJonghun |
It would be better if you move back indent to 4 spaces, here we are loosing all the history :/ |
@KrzysztofMoch |
Done ✅ |
Thanks for suggestion 🙌, it looks good. But Spotless does not support swift, so implementing it only for android is not worth it IMO (Unless I haven't read about what useful magic feature ✨) |
@@ -1,230 +1,209 @@ | |||
#if USE_GOOGLE_IMA | |||
import Foundation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not very good ... Do you think there is a way to avoid that ?
This is not a blocking point !
Summary
Lint and format code (all changes are made by linters)
Most changes are made by linters. The only one made by me is 51a329e & e98a2c0
Testplan